From: Luc Teirlinck Date: Sun, 18 Jul 2004 14:01:57 +0000 (+0000) Subject: (Regexps): Delete redundant definition of `symbol' in description of X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21609 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=49e4e74d5a8c367053b272193239218451521389;p=emacs.git (Regexps): Delete redundant definition of `symbol' in description of `\_>'. It already occurs in the description of `\_<'. --- diff --git a/man/search.texi b/man/search.texi index f07976f9aa2..5fa130a2e50 100644 --- a/man/search.texi +++ b/man/search.texi @@ -748,10 +748,9 @@ characters. @samp{\_<} matches at the beginning of the buffer only if a symbol-constituent character follows. @item \_> -matches the empty string, but only at the end of a symbol. A symbol -is a sequence of one or more word or symbol constituent characters. -@samp{\_>} matches at the end of the buffer only if the contents end -with a symbol-constituent character. +matches the empty string, but only at the end of a symbol. @samp{\_>} +matches at the end of the buffer only if the contents end with a +symbol-constituent character. @item \s@var{c} matches any character whose syntax is @var{c}. Here @var{c} is a